home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / lod370e.zip / PROGRAMR.ZIP / PROGRAMR.DOC < prev   
Text File  |  1992-12-31  |  844b  |  23 lines

  1. Programmers Stuff
  2.  
  3. In here is a few files that might help people who are trying to write
  4. utilities for LOD.
  5.  
  6. GLOBALS.PAS: This is LOD's globals unit and includes most of the data
  7.              structures.
  8.  
  9. MAKEDEV.PAS: This is what I use to create most of the .DEF files.
  10.  
  11. MESSAGES.PAS: The complete source code for LOD's message system. You may
  12.               use this in your own programs to read/write LOD's messages.
  13.               (Note: This code was written back when I was working on
  14.               GALWARS - it's quite old and quite messy!)
  15.  
  16. EMSALLOC.PAS: Expanded Memory Unit. Some types in this unit are used by
  17.               globals.pas.
  18.  
  19. MESSGIO.PAS: The low level I/O routines for LOD's MESSAGES.PAS file.
  20.  
  21. MISCO4.PAS: The file i/o code from LOD. Should help with dealing with the
  22.             new GAME.DEF file.
  23.